home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / PRINTER / LBLMKR70.ARJ / LBL.BAT < prev    next >
DOS Batch File  |  1992-03-07  |  588b  |  25 lines

  1. echo off
  2. REM Change the dmode if you want the default to be another drive.
  3. ERASE lbllaser.dat
  4. : skip3
  5. set dmode=B:
  6. CLS
  7. if exist lblmkr70.cnf goto skip2
  8. lblins70.exe
  9. : skip2
  10. if .%1 == . goto skip1
  11. set dmode=%1
  12. : skip1
  13. echo        Place the disk in DRIVE %DMODE% that you want to label.
  14. echo                                  *
  15. echo         Hit CTRL-C if you do not want to continue or are done.
  16. echo                                  *
  17. pause
  18. echo %dmode% >diskltr.zqw
  19. lbldstat %dmode% >tempstat.zqw
  20. lbldlib %dmode% >templib.zqw
  21. CLS
  22. lblrun70
  23. rem del *.zqw
  24. GOTO skip3
  25.